Release 10.1A: OpenEdge Development:
Progress 4GL Handbook
ADD-BUFFER method
This method takes a single buffer handle as an argument and adds it to the list of buffers for the query. In this way, you can have a programming loop that adds a sequence of buffers to a query one at a time, when that is appropriate and when your query needs to join two or more buffers. It returns true if the operation succeeded and false otherwise.
For example, you can use the
ADD-BUFFERmethod to add a third buffer to the query that already has the Order and Customer buffers assigned to it:
Like the
SET-BUFFERSmethod,ADD-BUFFERis supported only for dynamic queries for the same reason that you cannot modify the buffer list of a static query.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |